home *** CD-ROM | disk | FTP | other *** search
- on Help
- global HelpTime, timer, HelpMode
- if the frame <= 2 then
- set HelpMode to 1
- go("Help")
- end if
- if (the frame >= 3) and (the frame <= 11) then
- set HelpMode to 0
- set timer to 0
- set HelpTime to the ticks
- set the visible of sprite 4 to 0
- set the visible of sprite 5 to 0
- set the visible of sprite 13 to 0
- go("Help")
- end if
- end
-